Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632542 Views

Latest files of /cody/solygambas/html-css-javascript-projects/054-css loaders

style.css cody/solygambas/html-css-javascript-projects/054-css loaders/style.css
189 Views
0 Comments
* {
box-sizing: border-box;
}

body {
background-color: #fef9f2;
display: flex;
align-items: center;
index.html cody/solygambas/html-css-javascript-projects/054-css loaders/index.html
392 Views
0 Comments
<!-- Based on CSS Loaders Tutorial by Shaun Pelling - The Net Ninja (2020)
see: https://www.youtube.com/watch?v=GFkorypkXsQ&list=PL4cUxeGkcC9guBMasBotBhq_cmvXhyr6t -->

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />